Uses of Interface
com.biglybt.pif.utils.security.SEPublicKey
-
Packages that use SEPublicKey Package Description com.biglybt.pif.utils.security com.biglybt.pifimpl.local.utils.security -
-
Uses of SEPublicKey in com.biglybt.pif.utils.security
Methods in com.biglybt.pif.utils.security that return SEPublicKey Modifier and Type Method Description SEPublicKey
SESecurityManager. getPublicKey(int key_type, int instance, java.lang.String reason_resource)
SEPublicKey
SESecurityManager. getPublicKey(int key_type, java.lang.String reason_resource)
Gets the public key for this az instance of the supplied key typeMethods in com.biglybt.pif.utils.security with parameters of type SEPublicKey Modifier and Type Method Description boolean
SEPublicKeyLocator. accept(java.lang.Object context, SEPublicKey other_key)
GenericMessageConnection
SESecurityManager. getSTSConnection(GenericMessageConnection connection, SEPublicKey my_public_key, SEPublicKeyLocator key_locator, java.lang.String reason_resource, int block_encryption)
Returns a proxy generic STS connection for incoming connection requests -
Uses of SEPublicKey in com.biglybt.pifimpl.local.utils.security
Classes in com.biglybt.pifimpl.local.utils.security that implement SEPublicKey Modifier and Type Class Description class
SEPublicKeyImpl
Fields in com.biglybt.pifimpl.local.utils.security declared as SEPublicKey Modifier and Type Field Description private SEPublicKey
SESTSConnectionImpl. my_public_key
Methods in com.biglybt.pifimpl.local.utils.security that return SEPublicKey Modifier and Type Method Description SEPublicKey
SESecurityManagerImpl. getPublicKey(int key_type, int instance, java.lang.String reason_resource)
SEPublicKey
SESecurityManagerImpl. getPublicKey(int key_type, java.lang.String reason_resource)
Methods in com.biglybt.pifimpl.local.utils.security with parameters of type SEPublicKey Modifier and Type Method Description GenericMessageConnection
SESecurityManagerImpl. getSTSConnection(GenericMessageConnection connection, SEPublicKey my_public_key, SEPublicKeyLocator key_locator, java.lang.String reason_resource, int block_crypto)
Constructors in com.biglybt.pifimpl.local.utils.security with parameters of type SEPublicKey Constructor Description SESTSConnectionImpl(Core _core, GenericMessageConnectionImpl _connection, SEPublicKey _my_public_key, SEPublicKeyLocator _key_locator, java.lang.String _reason, int _block_crypto)
-