Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
bb014377de191fdec1fdca5c0a43e2abf324edc3
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
libg
/
cryptography
/
Key.java
blob: 160ec05a6659fbadab8a4b1ccaa7455957651b2f [
file
] [
log
] [
blame
]
Stuart McCulloch
bb01437
2012-06-07 21:57:32 +0000
[
diff
] [
blame^
]
1
package
aQute
.
libg
.
cryptography
;
2
3
4
public
abstract
class
Key
implements
java
.
security
.
Key
{
5
private
static
final
long
serialVersionUID
=
1L
;
6
7
8
}