Class PKIObject
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.PKIObject
public class PKIObject extends Object
Esta classe representa elementos 'pkiOb' de assinaturas JAdES
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description org.json.JSONObject
getEncoded()
String
getEncodingValue()
String
getSpecRef()
String
getVal()
-
Field Details
-
ENCODING
- See Also:
- Constant Field Values
-
SPECREF
- See Also:
- Constant Field Values
-
VAL
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PKIObject
-
PKIObject
public PKIObject(org.json.JSONObject json) -
PKIObject
-
-
Method Details
-
getEncodingValue
-
getSpecRef
-
getVal
-
getEncoded
public org.json.JSONObject getEncoded()
-