Package org.italiangrid.voms.request
Interface ACDecodingStrategy
-
- All Known Implementing Classes:
GoodACDecodingStrategy
public interface ACDecodingStrategy
Decodes an encoded VOMS attribute certificate- Author:
- andreaceccanti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
decode(java.lang.String ac)
Decodes an encoded VOMS attribute certificate
-