|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeTable | |
---|---|
com.digt.trusted.cms | |
com.digt.trusted.tsp | |
com.digt.trusted.util.addon |
Uses of AttributeTable in com.digt.trusted.cms |
---|
Methods in com.digt.trusted.cms that return AttributeTable | |
---|---|
AttributeTable |
SignerInformation.getSignedAttributes()
return a AttributeTable of the signed attributes - indexed by the OID of the attribute. |
AttributeTable |
SignerInformation.getUnsignedAttributes()
return a HashMap of the unsigned attributes indexed by the OID of the attribute. |
Methods in com.digt.trusted.cms with parameters of type AttributeTable | |
---|---|
void |
CMSSignedDataGenerator.addSigner(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
add a signer with extra signed/unsigned attributes. |
static SignerInformation |
SignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation,
AttributeTable unsignedAttributes)
Return a signer information object with the passed in unsigned attributes replacing the ones that are current associated with the object passed in. |
Uses of AttributeTable in com.digt.trusted.tsp |
---|
Methods in com.digt.trusted.tsp that return AttributeTable | |
---|---|
static AttributeTable |
TSPHelper.convertToAttr(TimeStampToken tok)
Производит запрос к службе штампов времени, проверяет валидность полученного ответа. |
AttributeTable |
TimeStampToken.getSignedAttributes()
|
AttributeTable |
TimeStampToken.getUnsignedAttributes()
|
Constructors in com.digt.trusted.tsp with parameters of type AttributeTable | |
---|---|
TimeStampTokenGenerator(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
java.lang.String tsaPolicyOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
create with a signer with extra signed/unsigned attributes. |
Uses of AttributeTable in com.digt.trusted.util.addon |
---|
Methods in com.digt.trusted.util.addon with parameters of type AttributeTable | |
---|---|
static java.lang.String |
TD_Sign.GetComment(AttributeTable table)
Получить комментарий к подписи, созданной в КриптоАРМ |
static java.lang.String |
TD_Sign.GetCreateTime(AttributeTable table)
Получить время создания подписи, созданной в КриптоАРМ |
static java.lang.String |
TD_Sign.GetResourceId(AttributeTable table)
Получить идентификатор подписанного КриптоАРМ ресурса |
static java.lang.String |
TD_Sign.GetSimpleAttribute(AttributeTable table,
java.lang.String oid)
Получить строковое представление неструктурированного аттрибута подписи по его OID |
static java.lang.String |
TD_Sign.GetSimpleAttribute(AttributeTable table,
java.lang.String oid,
int index)
Получить по OID строковое представление i-го элемента структурированного (DERSequence) аттрибута подписи |
static java.lang.String |
TD_Sign.GetUsingOID(AttributeTable table)
Получить значение использования подписи, созданной в КриптоАРМ |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |